🖌️ Clean up meta tags#2234
Conversation
prettier ignores tag files
* start with basic deduplcation * subfolders to organize lab * consistent SDP numbering imgs (#20) * de-duplicate the new subfolders * littler nitty folder categories * fix isolated file names * fix wierd file names * simplify English funtion metas * move out unused folder a lot of root imgs are not used throughout * rename 14.X loose files * rename 20x loose file
Getting rid of this on the basis of a conversation affirming its duplication - 20 May 2025 with Bri.
While an editor might need to change a display menu or slug, I don't think they will commonly adjust the sidebar positioning. That happens more in bulk, as far as I've seen—like in stellar#686 where none of the editorial content changes.
|
It'd also be super if this could clean up some of the tangled API endpoints. There are areas with inconsistent and unreadable blobs for filenames. Some paths to start with:
|
|
Thanks for the effort here — 1,584 files is no small thing, and that's honestly part of why I'm closing it. Having sampled the changeset, the bulk of it is: (a) reordering frontmatter keys within pages (no rendering or SEO effect, and since no linter enforces key order, it would drift back immediately), (b) converting reference-style markdown links to inline (a style preference we don't consider an upgrade — reference-style is a deliberate choice in several sections), and (c) ~780 files under Set against that, a 1,584-file review isn't a good trade for either of us. If there are pages with genuinely duplicated or redundant meta/head blocks, I'd gladly take that as a small, targeted PR after #2410 lands — a focused diff of real removals will merge fast. One more thing: the API-reference file-renaming idea you floated in the comments would break URLs and needs redirects, so please raise that as an issue for discussion before any code — it's not a decision to make inside a cleanup PR. |
this should merge cleanly after #2231
it just polishes up some of the old SEO